// -ENEMY------------------------------------------------------ \\
// Smaller Rock
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/12/08
//
// Description: 
//   A simple asteroid that passes through the screen if not
//   shot.
//
// Difficulty: 2
//
// ------------------------------------------------------------ \\

EnemyType Asteroid1


SwoopPath astroidFloat

Size 6.5

Color 1.0 1.0 1.0 1.0

HitPoints 1

AbortPathAtScreenBottom false

CanSwoop false

MustKillToAdvance false

DoesRotate false

IsVulnerable true



// Score Options:

EntryScore 20

BaseScore 13

SwoopingScore 27